.ownmenu ul.dropdown li ul.dropdown {
  left: 100%;
  top: inherit;
  background: #044095;
}

.quicklink h3 a:hover,
a {
  color: #000;
  text-decoration: none;
}

.containerf1 {
  height: 490px;
  width: 430px;
  background: #fff;
  padding: 25px 80px 65px 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-left: 1%;
  border-radius: 10px;
}

.containerf1 .text {
  text-align: center;
  font-size: 30px;
  background: #000000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.containerf1 form {
  padding: 0px 0 0 0;
}

.containerf1 form .form-row {

  margin: 32px 0;
}

form .form-row .input-data {
  width: 100%;
  height: 32px;
  margin: 0 20px;
  position: relative;
  margin-bottom: 15px;
}

form .form-row .textarea {
  height: 70px;
}

.input-data input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 10px;
  font-size: 18px;
  text-transform: inherit;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}

.input-data input:focus~label,
.textarea textarea:focus~label,
.input-data input:valid~label,
.textarea textarea:valid~label {
  transform: translateY(-20px);
  font-size: 14px;

}

.textarea textarea {
  resize: none;
  padding-top: 10px;
}

.input-data label {
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.textarea label {
  width: 100%;
  bottom: 40px;
  background: #fff;
}

.input-data .underline {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}

.input-data .underline:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #3498db;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.input-data input:focus~.underline:before,
.input-data input:valid~.underline:before,
.textarea textarea:focus~.underline:before,
.textarea textarea:valid~.underline:before {
  transform: scale(1);
}

.submit-btn {
  background-color: #044095;
  color: #fff;
  text-transform: inherit;
  height: 50px;
  border-radius: 5px;
  font-size: 18px;
}

.submit-btn .input-data {
  overflow: hidden;
  height: 45px !important;
  width: 25% !important;
}

.submit-btn .input-data .inner {
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  transition: all 0.4s;
}

.submit-btn .input-data:hover .inner {
  left: 0;
}

.submit-btn .input-data input {
  background: none;
  border: none;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-transform: inherit;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

#submit1 {
  height: 45px;
}

.conformsec h3 {
  line-height: 44.25px;
  font-size: 37px;
  font-weight: 600;
}

.conformsec {
  margin-top: 35%;
  margin-left: 5%;
}

.faq-section {
  max-width: 950px;
  margin: 35px auto;
}

.faq-item {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
}

.faq-item summary {
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  background-color: #ffff;
  border-radius: 5px;
}

.faq-item p {
  padding: 0 10px 10px;
  margin: 0;
}

.faq-item summary:hover {
  background-color: #7dafb6;
}

.quicklink h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24.04px;
}

.quick {
  display: block;
}

.quick2 {
  display: none;
}

@media (max-width: 700px) {
  .containerf1 {
    height: 422px;
    width: 309px;
    background: #fff;
    padding: 25px 40px 10px 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-left: 4%;
    border-radius: 26px;
  }

  .containerf1 .text {
    font-size: 24px;
  }

  .containerf1 form {
    padding: 10px 0 0 0;
  }

  .containerf1 form .form-row {
    display: block;
  }

  form .form-row .input-data {
    margin: 35px 0 !important;
  }

  .submit-btn .input-data {
    width: 40% !important;
  }

  .btn {
    padding: 15px;
    font-size: 12px;
    text-transform: inherit;
    padding-top: 0px;
    height: 40px;
  }

  form .form-row .input-data {
    width: 90%;
    height: 20px;
    margin: 0 20px;
    position: relative;
    margin-bottom: 15px;
  }

  .searchinput {
    height: 41px;
    border-radius: 20px;
    padding: 10px;
    margin-top: 30px;
    margin-left: 55px;
    width: 255px;
  }
}

.content {
  height: 105px !important;
}

.content a {
  color: #000000;
  text-decoration: underline;
  background: none;
}

/* mobile responsive code  */
@media(min-device-width: 320px) and (max-device-width: 480px) {
  .quotes1 {
    margin-left: 20rem;
  }

  .searchinput {
    margin-left: 2rem;
    width: 62%;
  }

  .accordion-container {
    width: 70% !important;
  }

  .btn-search {
    margin-left: 31%;
  }

  .faqsection h3 {
    margin-top: 1px;
  }

  .faqsection h3 {
    color: #044095;
    font-size: 20px;
    margin-left: -156px;
    font-weight: 600;
    text-transform: inherit;
    line-height: 41.66px;
    /* margin-top: 0%; */
  }

  .quicklink h3 {
    font-size: 15px;
    line-height: 24.04px;
    margin-top: 10px;
  }

  .quick {
    display: none;
  }

  .quick2 {
    display: block;
  }

  .quicklink {
    border: 2px solid #044095 !important;
    background-color: #DCEAFF;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    box-shadow: 0px 0px 0px 0px #33333366;
    margin-bottom: 10px;
    padding-top: -7px;
    margin-left: 0px !important;
    width: 100% !important;
    height: 50px !important;
  }

  .containerf1 form .form-row {
    margin: -25px 0;
  }

  #submit1 {
    height: 40px;
    margin-top: -15px;
    font-size: 16px;
  }

  .quotes1 a {
    color: #fff;
  }

  .conformsec h3 {
    margin-top: -40%;
  }

  .headfaq h2 {
    font-size: 19px;
    padding-top: 10px;
  }

  .btn-search {
    width: 77px;
    height: 34px;
    padding: 3px;
    border-radius: 35px;
    margin-top: -79%;
    margin-left: 69%;
  }

  .conformsec h3 {
    line-height: 31.25px;
    font-size: 20px;
    font-weight: 600;
  }

  .conformsec p {
    font-size: 15px;
    line-height: 1.5;
    padding-top: 0px;
    color: #666;
  }

  .menu-button {
    font-size: 15px;
  }

  .input-data label {
    font-size: 15px;
  }

  .containerf1 {
    padding: 25px 40px 10px 60px;
    margin-left: 1px;
  }



}

@media (min-device-width: 393px) and (max-device-width: 500px) {

  .quotes1 {
    margin-left: 25rem;
  }

  header .logo {
    margin-left: -6%;
  }

  .containerf1 {
    width: 100%;
    padding: 25px 40px 10px 60px;
    margin-left: 1px;
  }

  .btn-search i {
    padding: 7px;
    margin-top: 0px;
  }
}

@media (min-device-width: 481px) and (max-device-width: 768px) {
  .container-fluid.service {
    padding: 10px;
    /* Adjust padding for smaller screens */
  }

  .col-md-4 {
    width: 100%;
    /* Stack columns vertically */
    text-align: center;
    /* Center align content */
    margin-bottom: 20px;
    /* Add spacing between stacked columns */
  }

  .row>.col-md-8 {
    display: flex;
    flex-direction: column;
    /* Stack rows vertically */
    align-items: center;
    /* Center-align content */
  }

  .faqhead h1 {
    font-size: 35px;
    /* Adjust heading size */
  }

  .quick {
    width: 245px;
    margin: 0 auto;
    /* Center align the element */
  }

  .searchinput {
    margin: 0 auto;
    /* Center align the input field */
    width: 80%;
    /* Adjust width */
  }

  .headfaq h2 {
    font-size: 30px;
    /* Adjust font size */
  }

  .btn-search {
    margin: 0 auto;
    /* Center align the button */
  }

  .accordion-container {
    width: 75%;
    margin: 0 auto;
    /* Center align the container */
  }

  .conformsec h3 {
    line-height: 38.25px;
    font-size: 28px;
    font-weight: 600;
  }

  .conformsec {
    margin: 5% 5% 0 5%;
    /* Use shorthand margin for consistency */
  }

  .containerf1 {
    width: 422px;
    height: 450px;
    padding: 25px 20px 2px 55px;
  }

  .faqsec2 hr {
    width: 100%;
  }



}


@media (min-device-width: 800px) and (max-device-width: 1144px) {

  .homecontact1 {
    margin-bottom: -12px;
    margin-left: 10rem;
  }

  header .logo img {
    width: 294px !important;
    height: 60px !important;
    margin-top: 24px !important;
    margin-left: 0px !important;
    margin-bottom: -8px !important;
  }

  .service .logo1 img {
    max-width: 450px;
    height: 56px;
    margin-top: 8%;
    margin-left: 25px;
  }

  header .navbar {
    margin-top: 25px;
  }

  .service .col-md-4:nth-child(3) .homecontact1,
  .service .col-md-4:nth-child(3) .homecontact2 {
    margin-top: 17px;
    margin-left: 10rem;
  }

  .container {
    padding-top: 2rem;
  }

  .faqsec2 {
    padding-bottom: 10px;
  }

  .faqheadr .faqhead h1 {
    text-align: center;
    font-size: 2em;
    /* Adjust as needed */
  }

  .faqheadr {
    margin: 0 auto;
    /* Adjust container alignment */
  }

  .faqsec1 {
    border-bottom: 1px solid #044095;
    padding-bottom: 0px;
  }

  .faqsection h3 {
    font-size: 30px;
    margin-top: -5%;
  }

  /* quick link */
  .faqlink .quick {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .quick4 {
    margin-bottom: 15px;
  }

  .quicklink h3 {
    font-size: 1.2em;
    /* Adjust font size inside quick links */
  }

  .quicklink h3 a {
    text-decoration: none;
    color: inherit;
    /* Preserve the original text color */
  }

  .quicklink {
    width: 160px;
    height: 77px;
    padding: 0px 0px;
    margin-left: 3px;
  }

  .tabquick2 {
    margin-left: -10px;
  }

  .tabquick2 {
    margin-left: -55px;
  }

  .tabquick3 {
    margin-left: -120px;
  }

  .tabquick4 {
    margin-left: 140%;
    margin-top: -102px;
  }

  .quicklink h3 {
    font-size: 13px;
    line-height: 17.04px;
  }

  /* accordian */
  .container {
    padding: 10px;
  }

  .row {
    margin: 0;
  }

  .col-md-1 {
    display: none;
    /* Hide empty columns to utilize space */
  }

  .col-md-10,
  .col-sm-10,
  .col-lg-10,
  .col-xl-10 {
    flex: 0 0 100%;
    /* Set full width for better readability */
    max-width: 100%;
  }

  .headfaq h2 {
    font-size: 1.5em;
    /* Adjust font size */
    padding: 10px;
  }

  .faqrow {
    display: flex;
    flex-wrap: wrap;
    /* Allow wrapping for better alignment */
    justify-content: space-between;
    gap: 10px;
    /* Add space between elements */
  }

  .searchinput {
    width: 510px;
    border: 1px solid #757575;
    border-radius: 25px;
    padding: 22px;
    margin-top: 13px;
    margin-left: -4%;
  }


  .btn-search {
    background: #044095;
    width: 130px;
    height: 45px;
    padding: 6px;
    color: #ffff;
    border: #044095;
    border-radius: 35px;
    margin-top: 15px;
    margin-left: 94%;
    font-size: 17px;
  }

  /* .accordion-container {
      margin-top: 20px;
    } */
  .accordion-container {
    width: 90%;
    max-width: 794px;
    margin-top: 16px;
    margin: 20px auto;
    font-family: 'DM Sans';
    margin-top: 4%;
    margin-left: 16%;
  }

  .accordion {
    margin-bottom: 10px;
    /* Add space between accordion items */
  }

  .menu-button {
    width: 100%;
    text-align: left;
    padding: 15px;
    font-size: 1em;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu-button .icon {
    font-size: 1.2em;
  }

  .content {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    display: none;
  }

  /* contact */
  .conformsec {
    margin-top: 35%;
    margin-left: 0%;
  }

  .conformsec h3 {
    line-height: 26.25px;
    font-size: 21px;
    font-weight: 600;
  }

  .containerf1 {
    height: 435px;
    width: 320px;
    background: #fff;
    padding: 25px 80px 65px 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-left: 4%;
    border-radius: 10px;

  }

  .containerf1 form .form-row {
    margin: -25px 0;
  }

  form .form-row .input-data {
    width: 100%;
    height: 30px;
    margin: 0 20px;
    position: relative;
    margin-bottom: 15px;
  }

  .input-data input[type="text"],
  .input-data input[type="email"],
  .input-data input[type="number"] {
    font-size: 14px;
    padding: 8px;
  }

  .input-data label {
    font-size: 12px;
  }


}